Skip to content

feat(ui): show active ssh sessions - #3

Merged
urzeye merged 3 commits into
mainfrom
feature/active-sessions
Jun 3, 2026
Merged

feat(ui): show active ssh sessions#3
urzeye merged 3 commits into
mainfrom
feature/active-sessions

Conversation

@urzeye

@urzeye urzeye commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a read-only Active Sessions panel that lists running local SSH client processes
  • parse common ssh command forms, including config-file options and port-forwarding flags
  • refresh active sessions with the existing background refresh flow
  • document the new read-only session visibility feature

Tests

  • GOCACHE=/private/tmp/lazyssh-gocache go test ./...
  • GOCACHE=/private/tmp/lazyssh-gocache GOLANGCI_LINT_CACHE=/private/tmp/lazyssh-golangci-cache ./bin/golangci-lint run
  • GOCACHE=/private/tmp/lazyssh-gocache go build -o /private/tmp/lazyssh-active-sessions-check ./cmd

@urzeye

urzeye commented Jun 3, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 05794b110a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread internal/core/services/active_sessions.go Outdated
Comment thread internal/core/services/active_sessions_unix.go Outdated
Comment thread internal/adapters/ui/tui.go
Comment thread internal/core/services/active_sessions_windows.go Outdated
Comment thread internal/core/services/active_sessions.go Outdated
Comment thread internal/core/services/active_sessions.go Outdated
@urzeye
urzeye merged commit e673e55 into main Jun 3, 2026
2 checks passed
@urzeye
urzeye deleted the feature/active-sessions branch June 3, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant